net/http.http2ClientConn.maxFrameSize (field)
7 uses
net/http (current package)
h2_bundle.go#L7640: maxFrameSize uint32
h2_bundle.go#L8089: maxFrameSize: 16 << 10, // spec default
h2_bundle.go#L8910: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L9161: maxFrameSize := int(cc.maxFrameSize)
h2_bundle.go#L9314: if take > int32(cc.maxFrameSize) {
h2_bundle.go#L9315: take = int32(cc.maxFrameSize)
h2_bundle.go#L10160: cc.maxFrameSize = s.Val
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)